home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / heavyshellexp_base.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  409 b   |  35 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         cache gren_boom.spr
  14.         cache vsssource.spr
  15.  
  16.         // animated explosion
  17.         sfx originspawn
  18.         (
  19.             model gren_boom.spr
  20.             randvel 0 0 20
  21.             alpha 1.0
  22.             life 0.35
  23.             scale .5
  24.             fadedelay 0.5
  25.         )
  26.  
  27.     }
  28. }
  29.  
  30. // This section is just needed to be a valid tiki file
  31. animations
  32. {
  33.     idle dummy2.skc 
  34. }
  35.